home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS Vuser Deluxe 2003 October
/
DOS Vuser Deluxe 2003 Oct - Disc 1.iso
/
FREE
/
INTERNET
/
iria107a.lzh
/
script
/
onresponse.ipy
< prev
next >
Wrap
Text File
|
2000-11-23
|
389b
|
19 lines
#name=OnResponse sample
#version=0.0
#author=
#date=
#comment=HTTPâîâXâ|âôâXé╠îπé╔î─é╬éΩé▄é╖
#func=OnResponse
#category=download
#param_comment=
from gaogaolib import *
def OnResponse(url,redirect_url,status_num,status_msg,headers,item,param):
r'''HTTPâîâXâ|âôâXé╠îπé╔î─é╬éΩé▄é╖üBò╘Ælé═âtâëâO'''
print r'''OnResponse Test'''
return IGNORE
#end OnResponse